isSelected

abstract fun isSelected(block: DesignBlock): Boolean

Get the selected state of a block.

Return

true if the block is selected, false otherwise.

Parameters

block

the block to query.